From d5489f961a89baf74c622c8312589d420fb96c51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Mon, 19 Mar 2012 12:46:45 +0000 Subject: [PATCH] disable gobject introspection by default The tooling crashes with odd strlen assertions breaking the build on many existing linux distros. This change should make gobject introspection disabled by defualt. --- m4/introspection.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/introspection.m4 b/m4/introspection.m4 index 589721c..84e2c61 100644 --- a/m4/introspection.m4 +++ b/m4/introspection.m4 @@ -22,7 +22,7 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL], AC_ARG_ENABLE(introspection, AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]], [Enable introspection for this build]),, - [enable_introspection=auto]) + [enable_introspection=no]) ])dnl AC_MSG_CHECKING([for gobject-introspection]) -- 2.30.2